This resource address returns a status summary for the specified foreign cluster.
URL Parameters | |
---|---|
format | The format of the returned data. Can be either
html , json , or xml (default). This value overrides
the Accept header if both are present. |
Request Headers | |
---|---|
Accept | The expected MIME type of the response. If the
format parameter is present, it takes precedence over the Accept header. |
Upon success, MarkLogic Server returns status code 200 (OK). The response body contains the requested data.
manage-user
role, or the following
privilege: http://marklogic.com/xdmp/privileges/manage
Address the local cluster at /manage/v2, without specifying the full
/manage/v2/clusters/{id|name}
.
The structure of the output returned from this REST API is as follows:
id
name
role
meta
This is a complex structure with the following children:
uri
current-time
elapsed-time
start-min
view-error
This is a complex structure with the following children:
error-type
error-name
error-code
error-message
relations
This is a complex structure with the following children:
relation-group
This is a complex structure with the following children:
uriref
typeref
roleref
relation-count
relation
This is a complex structure with the following children:
qualifiers
This is a complex structure with the following children:
qualifier
This is a complex structure with the following children:
uriref
typeref
idref
nameref
uriref
typeref
roleref
idref
nameref
foreign-status-properties
This is a complex structure with the following children:
is-bootstrapped
bootstrap-host-detail
This is a complex structure with the following children:
host-id
interesting
bootstrapped
last-successful-bootstrap
foreign-hosts
This is a complex structure with the following children:
foreign-host
This is a complex structure with the following children:
foreign-host-id
foreign-host-name
foreign-connect-port
online
secure
last-online
last-offline
foreign-databases
This is a complex structure with the following children:
foreign-database
This is a complex structure with the following children:
foreign-database-id
foreign-database-name
enabled
foreign-forest-ids
This is a complex structure with the following children:
foreign-forest-id
foreign-forests
This is a complex structure with the following children:
foreign-forest
This is a complex structure with the following children:
foreign-forest-id
foreign-forest-name
foreign-host-id
related-views
This is a complex structure with the following children:
related-view
This is a complex structure with the following children:
view-type
view-name
view-uri
http://localhost:8002/manage/v2/clusters/Replica?view=status ==> Returns status informaton for the foreign cluster named Replica.
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.